@@ -25,16 +25,22 @@ Pull requests are likely to be subjected to constructive and careful reviewing,
2525and it may take some time before they are accepted and merged.
2626Please do not be discouraged to contribute when not facing the expected outcome,
2727or feeling that your work or proposal goes unheard.
28- The project is maintained by volunteers outside of work hours.
28+ The project is primarily maintained by volunteers outside of work hours.
2929
3030[ GitHub issue tracker ] : https://github.com/Enet4/dicom-rs/issues
3131
3232### Building the project
33- As a pure Rust ecosystem,
33+
34+ The DICOM-rs ecosystem is built on Rust ecosystem.
35+ it may use bindings for integration with other non-Rust libraries
36+ providing additional capabilities, such as more image encodings,
37+ but in this case they are automatically fetched and built
38+ during the standard building process.
39+
3440Cargo is the main tool for building all crates in DICOM-rs.
3541[ Rustup] is the recommended way to set up a development environment
3642for working with Rust.
37- DICOM-rs expects the latest stable toolchain .
43+ See also the current [ Minimum Supported Rust Version (MSRV) policy ] [ msrv ] .
3844
3945Currently, all crates are gathered in the same workspace,
4046which means that running the command below
@@ -68,8 +74,10 @@ cargo fmt
6874```
6975
7076[ Rustup ] : https://rustup.rs
77+ [ msrv ] : README.md#Minimum-Supported-Rust-version
7178
7279## Discussion and roadmapping
80+
7381If you have more long-termed ideas about what DICOM-rs should include next,
7482please have a look at the [ roadmap] and look into existing issues to provide feedback.
7583You can also talk about the project at the official [ DICOM-rs Zulip organization] [ zulip ] .
@@ -82,4 +90,5 @@ please reach out to the project maintainers.
8290[ zulip ] : https://dicom-rs.zulipchat.com
8391
8492## Project team and governance
93+
8594DICOM-rs is currently led by Eduardo Pinho ([ ** @Enet4 ** ] ( https://github.com/Enet4 ) , < enet4mikeenet@gmail.com > ).
0 commit comments