mers/mers_lib/src/program
Mark 385019e43c replace Bool type with Bool=True/False + bugfix
Bool is a type alias for True/False

Bugfix:

[[T] String]
{
  [[T] Int]
  // this would use the outer T (String),
  // but now it correctly uses the inner T (Int).
  [T] 1
}
2024-08-29 15:04:32 +02:00
..
configs replace Bool type with Bool=True/False + bugfix 2024-08-29 15:04:32 +02:00
parsed [no version bump yet] better and safer stdlib impl 2024-07-02 22:04:42 +02:00
run replace Bool type with Bool=True/False + bugfix 2024-08-29 15:04:32 +02:00
mod.rs sorted mers_lib/src/program/configs/ and added cargo features 2023-07-28 15:20:02 +02:00