Commit 4f23f75
committed
feat: Create documentation and prepare crate for packaging
- Created a `docs` folder to store documentation.
- Moved `README.md` to `docs/README.md` and updated `Cargo.toml` accordingly.
- Generated HTML documentation for `netmap-rs` using `cargo doc` and placed it in `docs/netmap_rs`.
- Enhanced `src/lib.rs` with a comprehensive `# Usage` section, including a basic code example, and improved other doc comments.
- Ensured `netmap-min-sys/Cargo.toml` has necessary fields for publishing and corrected an author email format.
- Updated `netmap-rs/Cargo.toml` to correct an author email format.
- Modified `netmap-rs/Cargo.toml` to use a path dependency for `netmap-min-sys` to allow local packaging (will need to be changed to version dependency for actual publishing).1 parent 41d8c63 commit 4f23f75
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments