mockrs 1.2.6

A crate that provides a X8664Mocker to mock function calls and intercept on x86_64 architecture.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3.8'

services:
  aarch64-dev:
    image: aarch64-rust-dev:latest
    container_name: aarch64-rust-dev-container
    platform: linux/arm64
    tty: true
    stdin_open: true
    restart: unless-stopped
    volumes:
      - ./workspace:/app
    working_dir: /app