skytool 0.1.0-pre.2

an experimental API client for BlueSky / ATProto
Documentation
1
2
3
4
5
6
7
pub(crate) const fn bool<const B: bool>() -> bool {
  B
}

pub(crate) const fn usize<const N: usize>() -> usize {
  N
}