alice-math 0.1.0

A topology and algebra library from first principles
Documentation
1
2
3
4
5
6
7
#![cfg_attr(not(feature = "std"), no_std)]
extern crate alloc;
pub mod core;
pub mod topology;
pub mod algebra;
pub mod maps;
pub mod groups;