223 releases (35 breaking)

0.41.35 Nov 11, 2024
0.41.29 Oct 31, 2024
0.40.8 Jul 31, 2024
0.33.2 Mar 17, 2024
0.8.1 Jul 17, 2023

#667 in Web programming

Download history 1409/week @ 2024-07-29 50/week @ 2024-08-05 275/week @ 2024-08-12 533/week @ 2024-08-19 65/week @ 2024-08-26 6/week @ 2024-09-02 135/week @ 2024-09-09 897/week @ 2024-09-16 1198/week @ 2024-09-23 762/week @ 2024-09-30 231/week @ 2024-10-07 800/week @ 2024-10-14 591/week @ 2024-10-21 673/week @ 2024-10-28 708/week @ 2024-11-04 179/week @ 2024-11-11

2,184 downloads per month

Custom license

550KB
11K SLoC

Inroduction

Mesa is a library to interact with Shasta CSM API.

The main goal of Mesa is to be an interface for applications dealing with Shasta CSM, an example of this may be Manta.

Mesa's main goal is security from memory safety, this is achieved by not using 'unsafe' code. In the future, we also want to provide good performance.

Potential users may want to try Mesa in the following scenarios:

  • Building applications to integrate Shasta systems based on CSM into their eco-system
  • Simplify CSM operations
  • Extend CSM functionalities

Mesa currently interacts with the following components:

  • HSM
  • CFS configuration
  • CFS session
  • CAPMC
  • BOS
  • BSS
  • IMS
  • Keycloak
  • K8s

Deploy

cargo release patch --execute

Test

cargo test -- --show-output

Dependencies

~106MB
~2M SLoC