hallvardnmbu / neurons

Modular neural networks from scratch, in Rust.
https://crates.io/crates/neurons
GNU General Public License v3.0
5 stars 1 forks source link

Private attributes #27

Closed hallvardnmbu closed 2 weeks ago

hallvardnmbu commented 2 weeks ago

Change current pub and pub(crate) attributes to private if possible.