You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
269 B

  1. #![allow(incomplete_features)]
  2. #![feature(const_generics)]
  3. #![feature(maybe_uninit_extra)]
  4. #![feature(const_in_array_repeat_expressions)]
  5. #![feature(drain_filter)]
  6. #![feature(or_patterns)]
  7. pub mod common;
  8. pub mod entity;
  9. pub mod patch;
  10. pub mod login;
  11. pub mod ship;