mystor / rust-cpp

Embed C++ directly inside your rust code!
Apache License 2.0
795 stars 44 forks source link

cpp crate doc example: rename lib.rs to main.rs #68

Closed curiousleo closed 4 years ago

curiousleo commented 4 years ago

I think it makes more sense for the first example to list the contents of main.rs rather than lib.rs, given that it contains a runnable main function.

ogoffart commented 4 years ago

Thanks!